Skip to content

Prettify console output of classof check test #736

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jul 23, 2015

Conversation

alexander-myltsev
Copy link
Contributor

No description provided.

println(classOf[Array[Unit]])
println(classOf[Array[Int]])
println(classOf[Array[Double]])
println(classOf[Array[List[String]]])

println("Functions:")
println("\nFunctions:")
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You forgot to add a corresponding new line before Functions: in the check file

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Bang! Thanks!

@DarkDimius
Copy link
Contributor

LGTM

DarkDimius added a commit that referenced this pull request Jul 23, 2015
Prettify console output of classof check test
@DarkDimius DarkDimius merged commit cf17b73 into scala:master Jul 23, 2015
@alexander-myltsev alexander-myltsev deleted the fix-classof-check branch July 24, 2015 10:12
@alexander-myltsev alexander-myltsev restored the fix-classof-check branch July 24, 2015 19:35
@alexander-myltsev alexander-myltsev deleted the fix-classof-check branch July 24, 2015 19:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants